home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-06-16 | 511 b | 21 lines | [TEXT/ToyS] |
- set numberOfScans to 5
- set fileNameTemplate to "Intern 100:image"
-
- tell application "Cirrus D-2.0"
- set unit to inch
- set value display to absolute
- tell last frame of scanner "Beispiel Treiber"
- repeat with i from 1 to numberOfScans
- scan
- tell file
- set type to "PICT"
- set Name to (fileNameTemplate & " " & i)
- set PICT scaling to original
- set PICT profile to attached
- set PICT compression to "Standard"
- set PICT quality to normal
- end tell
- save
- end repeat
- end tell
- end tell